◆ JoinSplit()
| def FoxitPDFSDKPython3.JoinSplit.JoinSplit |
( |
|
other | ) |
|
◆ Activate()
| def FoxitPDFSDKPython3.JoinSplit.Activate |
( |
| ) |
|
激活连接拆分编辑。
- 返回
- true 表示成功,false 表示失败。
◆ Deactivate()
| def FoxitPDFSDKPython3.JoinSplit.Deactivate |
( |
| ) |
|
停用连接拆分编辑。
- 返回
- true 表示成功,false 表示失败。
◆ ExitJoinEditing()
| def FoxitPDFSDKPython3.JoinSplit.ExitJoinEditing |
( |
| ) |
|
◆ GetEnableStatus()
| def FoxitPDFSDKPython3.JoinSplit.GetEnableStatus |
( |
|
type | ) |
|
获取连接拆分编辑操作状态。
- 返回
- true 表示启用,false 表示未启用。
◆ IsEmpty()
| def FoxitPDFSDKPython3.JoinSplit.IsEmpty |
( |
| ) |
|
检查当前对象是否为空。
当前对象为空时,意味着当前对象无用。
- 返回
- true 表示当前对象为空,false 表示不为空。
◆ JoinBoxes()
| def FoxitPDFSDKPython3.JoinSplit.JoinBoxes |
( |
| ) |
|
◆ LinkBoxes()
| def FoxitPDFSDKPython3.JoinSplit.LinkBoxes |
( |
| ) |
|
◆ OnLButtonDown()
| def FoxitPDFSDKPython3.JoinSplit.OnLButtonDown |
( |
|
page_index, |
|
|
|
point |
|
) |
| |
鼠标左键按下时调用此函数。
- 参数
-
| [in] | page_index | 页面索引。 |
| [in] | point | 鼠标左键在页面中按下的点,以设备坐标系表示。 |
- 返回
- true 表示成功,false 表示失败。
◆ OnLButtonUp()
| def FoxitPDFSDKPython3.JoinSplit.OnLButtonUp |
( |
|
page_index, |
|
|
|
point |
|
) |
| |
鼠标左键抬起时调用此函数。
- 参数
-
| [in] | page_index | 页面索引。 |
| [in] | point | 鼠标左键在页面中抬起的点,以设备坐标系表示。 |
- 返回
- true 表示成功,false 表示失败。
◆ OnMouseMove()
| def FoxitPDFSDKPython3.JoinSplit.OnMouseMove |
( |
|
page_index, |
|
|
|
point |
|
) |
| |
鼠标移动时调用此函数。
- 参数
-
| [in] | page_index | 页面索引。 |
| [in] | point | 鼠标在页面中移动的点,以设备坐标系表示。 |
- 返回
- true 表示成功,false 表示失败。
◆ Render()
| def FoxitPDFSDKPython3.JoinSplit.Render |
( |
|
page_index_array, |
|
|
|
renderer |
|
) |
| |
◆ SelectNone()
| def FoxitPDFSDKPython3.JoinSplit.SelectNone |
( |
| ) |
|
◆ SplitBoxes()
| def FoxitPDFSDKPython3.JoinSplit.SplitBoxes |
( |
| ) |
|
◆ UnlinkBoxes()
| def FoxitPDFSDKPython3.JoinSplit.UnlinkBoxes |
( |
| ) |
|